path of current working directory with os module python

27

import os
cwd = os.getcwd()

Comments

Submit
0 Comments